linux: Fix reboot.c after PV-on-HVM changes.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 10 Apr 2007 14:35:37 +0000 (15:35 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 10 Apr 2007 14:35:37 +0000 (15:35 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/reboot.c

index e8601f2394ebdda2e5b877d809a11c19735f1add..cb95ac9326f3cc864c1191c325d426889a5a6cd0 100644 (file)
@@ -231,7 +231,7 @@ static int shutdown_event(struct notifier_block *notifier,
 static int __init setup_shutdown_event(void)
 {
        static struct notifier_block xenstore_notifier = {
-               .notifier_call = setup_shutdown_watcher
+               .notifier_call = shutdown_event
        };
        register_xenstore_notifier(&xenstore_notifier);